DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class / Length Property

In This Topic
    Length Property
    In This Topic
    Gets the maximum number of items that can be in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Nullable(Of Integer)
    public Nullable<int> Length {get;}
    See Also